Creates a directory and subdirectories in a path.
Syntax
CreateDirectory("DirectoryPath")
Arguments
| Argument | Description |
|---|---|
| DirectoryPath | Full path to the directory to create. All directories in the specified path are created if they do not exist. See Identifying files and directories in statements for information about configuring full paths relative to the workspace or script directory. |
Example
CreateDirectory("C:\\Testing\\WysiCorp\\Tests\\Output")